From cfebbba04be6c16456aa08f99d880b32cd96f37e Mon Sep 17 00:00:00 2001 From: Fryderyk Dziarmagowski Date: Sat, 23 May 2009 12:49:25 +0200 Subject: [PATCH] =?utf8?q?Bug=20583565=20=E2=80=93=20babl=200.1.0=20build?= =?utf8?q?=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The DESTDIR variable should not be used in a Makefile.am. --- extensions/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 77ecabc..5d2cbfd 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/babl \ -I$(top_srcdir)/extensions -extdir = $(DESTDIR)$(libdir)/babl-@BABL_API_VERSION@ +extdir = $(libdir)/babl-@BABL_API_VERSION@ ext_LTLIBRARIES = \ CIE-Lab.la \ gegl-fixups.la \ -- 2.30.2